home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / sviluppo / svilupp2 / gmsppr10.lha / Version.h < prev   
C/C++ Source or Header  |  1996-10-07  |  226b  |  11 lines

  1. #ifndef VERSION_H
  2. #define VERSION_H
  3.  
  4. #define LIBRARY_NAME        "gamesupport.library"
  5. #define LIBRARY_DATE        "7.10.96"
  6. #define LIBRARY_VERSION        1
  7. #define LIBRARY_REVISION    0
  8. #define LIBRARY_VERSION_STR    "1.0"
  9.  
  10. #endif  /* VERSION_H */
  11.